Welcome![Sign In][Sign Up]
Location:
Search - noise code in Matlab

Search list

[Graph Recognizelpcs1

Description: 用matlab做的车牌识别的完整源代码,包括车牌定位,二值化,滤波去噪,字符分割,识别,识别部分用的BP网络。-Using matlab to do a complete license plate recognition source code, including the license plate location, binarization, filtering noise, character segmentation, identification, identification of parts used in BP network.
Platform: | Size: 4096 | Author: zz | Hits:

[Embeded-SCM DevelopGUI

Description: Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates. The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles in the vector angles. -Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates. The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles in the vector angles.
Platform: | Size: 8192 | Author: 何冰 | Hits:

[Otherturbo_encode

Description: 经典turbo码的编码过程该文件夹中的SC_TurboIC_MIMO_0524.m是将我turbo的编译码模块替换原来B3G系统中的turbo编译码模块而重新得到的. 定点仿真得,在比特信噪比>=0.5db时,经过一次大迭代,误码率接近0 当然,要得到更精确的结果,需要更多的仿真.-Classical turbo code encoding process of the folder SC_TurboIC_MIMO_0524.m is my turbo codec module to replace the original B3G system turbo codec module and re-received. Fixed-point simulation was, in the bit signal to noise ratio
Platform: | Size: 2048 | Author: 范儿 | Hits:

[Graph Recognizelpcseg

Description: 用matlab做的车牌识别的完整源代码,包括车牌定位,二值化,滤波去噪,字符分割,识别,识别部分用的BP网-Matlab do with License Plate Recognition complete source code, including the license plate location, binarization, filtering noise, character segmentation, identification, identification of parts used in BP network
Platform: | Size: 4096 | Author: ronghjr | Hits:

[Audio programDSPProjectFilteringNoise

Description: This a Digital Signal Processing project that filter a courrupted signal by blue noise using Low Pass Filter. Several LPF designs is included in the code. -This is a Digital Signal Processing project that filter a courrupted signal by blue noise using Low Pass Filter. Several LPF designs is included in the code.
Platform: | Size: 2036736 | Author: ydnar | Hits:

[matlabdghm

Description: 自适应的多小波阀值算法,利用多小波去除噪声的matlab源代码-Multiwavelet adaptive threshold algorithm, using wavelets to remove noise in many source code matlab
Platform: | Size: 2048 | Author: daijiashu | Hits:

[Windows Developcapon-beamforming

Description: capon波束形成是阵列信号处理的经典算法,该算法用于抑制干扰噪声,提高期望信号的信噪比。 本人用VC6.0实现了该算法,同时在该程序里提供了比较多的用于数值计算的C代码,如特征值分解等。-capon beamforming is a classic array signal processing algorithm used to suppress noise interference and improve signal to noise ratio of desired signal. I used VC6.0 to achieve the algorithm, at the same time in the program provide a lot more for the numerical calculation of the C code, such as such as eigenvalue decomposition.
Platform: | Size: 20480 | Author: winton | Hits:

[Special EffectsNonnegJune2009

Description: 当前论文主要考虑的是非信号依赖的高斯噪声下的图像恢复,本程序实现了泊松噪声下的图像恢复,泊松噪声为信号依赖噪声,能够更加有效逼近实际成像系统噪声。- This is the code that was used in the papers "A Nonnnegatively Constrained Convex Programming Method for Image Reconstruction", "Total Variation-Penalized Poisson Likelihood Estimation for Ill-Posed Problems", "Tikhonov Regularized Poisson Likelihood Estimation: Theoretical Justification and a Computational Method", "An Efficient Computational Method for Total Variation with Poisson Negative-Log Likelihood", "An Analysis of Regularization by Diffusion for Ill-Posed Poisson Likelihood Estimation," "An Iterative Method for Edge-Preserving MAP Estimation when Data-Noise is Poisson", and finally, "Regularization Parameter Selection Methods for Ill-Posed Poisson Maximum Likelihood Estimation". See my publications page for more details. The main algorithm is for nonnegatively constrained, regularized Poisson likelihood estimation. At this point you can choose Tikhonov, total variation regularization, and diffusion regularization. A number of other methods are also implemented. Regularizatio
Platform: | Size: 432128 | Author: sun | Hits:

[Otherm_PN

Description: 伪随机码或称PN码,是扩频通信中不可缺少的一种序列。扩频通信,简单的说来就是通过一组相关性很强的伪随机序列,使原有的信号按照伪随机序列的特性出现。从波形上看,原有信号完全淹没于随机的噪声中,达到隐藏信号和抗干扰的目的。接受方只要有相同的伪随机序列,就可以通过伪随机序列很强的相关性将信号还原出来。而m序列,是扩频系统中最长用的伪随机序列。下面的代码就是基于matlab的生成m序列的代码,通过改变初始多项式的值,就可以生成不同阶数的m序列。-Pseudo-random code or PN code, spread spectrum communication is indispensable to a sequence. Spread spectrum communication, a simple to say that the adoption of a group of highly related to pseudo-random sequence, so that the original signal in accordance with the characteristics of pseudo-random sequence there. From the wave point of view, the original signal completely submerged in the random noise to hide the purpose of signal and interference. As long as the recipient has the same pseudo-random sequence, the pseudo-random sequence can be a strong correlation to restore the signal out. And m sequence spread spectrum system is the longest of the pseudo-random sequence used. The following code is generated based on m sequences of matlab code, by changing the value of the initial polynomial, we can generate a different order of the m sequence.
Platform: | Size: 1024 | Author: fortunewjh0217 | Hits:

[matlabKalMat

Description: Object-based framework for performing Kalman filtering for discrete time systems or continuous-discrete hybrid systems. Includes code for the classical Kalman filter for linear systems, the extended Kalman filter (EKF), and the more recent unscented Kalman filter (UKF). Both linear and non-linear noise in the system and observation are permitted.
Platform: | Size: 22528 | Author: mitko | Hits:

[Graph programBan-denoising

Description: 本代码是基于Bandelet的硬阈值SAR图像去噪,结果与小波变换进行对比,结果表示其在峰值信噪比,边缘保持系数上均有一定的提高。压缩包中有程序和SAR图像。-This code is based on Bandelet SAR image denoising with a hard threshold .the results were compared with the wavelet transform, and the results indicated that in the peak signal to noise ratio(PSNR)and edge-preserving index(EPI), there is a certain on the increase. There are procedures and SAR images in this compression package.
Platform: | Size: 270336 | Author: 周宇 | Hits:

[Communication-Mobile16qam_channel_encode

Description: 一、 本程序采用16QAM调制方式,对一串2进制信源进行调制,采用(7,4)循环码对信源做信道编码,用升余弦滚降函数进行基带调制,再调到高频信道;在信道上加入高斯白噪声,运用匹配滤波器解调,画出解调星座图,运用最小欧氏距离译码判决,再对信号进行信道解码,画出采用信道编码技术和不采用信道编码技术的误比特率图。-First, this program uses 16QAM modulation mode, for a string of two binary source is modulated, using (7,4) cyclic code of the source-channel coding to do with a raised cosine roll-off function for base-band modulation, and then transferred to a high frequency channel in the channel by adding Gaussian white noise, the use of matched filter demodulation, demodulation constellation plot, using the minimum Euclidean distance decoding decision, and then right channel signals, decoding, channel coding techniques used to draw and non- channel coding techniques using bit error rate plans.
Platform: | Size: 90112 | Author: zhaoyang | Hits:

[matlabcodageGray_MDA4

Description: This source code shows the implementation of two codes C1(gray) and C2(other). The error rates(theorical and practical) are shown in figures for both codes (depending on the noise density) The two code are MDA-4.(codage in 2 bits)-This source code shows the implementation of two codes C1(gray) and C2(other). The error rates(theorical and practical) are shown in figures for both codes (depending on the noise density) The two code are MDA-4.(codage in 2 bits)
Platform: | Size: 1024 | Author: soussou | Hits:

[Communication-MobileFrequencyEstimation

Description: 单音信号的一些频率估计程序,最大似然方法,Pisarenko法等。-This site presents some Matlab (tm) code for estimation of the frequency of a single, constant tone in noise. While these methods may be extended to the multiharmonic and multi-tone cases, these programs do not include this extension.
Platform: | Size: 24576 | Author: 倪浩 | Hits:

[Other79419129decode_ldpc_APP_LLR

Description: This a software runing on the Matlab. it is used in the channel coding simulation. It i nclude DVB-S2 LDPC and turbo Covolution. and block turbo code, You can choose which channel coding to run. it ru n the encoder and add white noise in the channel. then it run the decoder. and compute the error rate.
Platform: | Size: 1024 | Author: Ahsan Ali | Hits:

[matlabradar-detection

Description: 雷达检测处理仿真程序,包括噪声背景下的检测,波动目标的检测,检测概率与虚警概率的计算-the simulation code for radar detection,including detection in the presence of noise,detection of fluctuating target, probability of false alarm and probability of detection
Platform: | Size: 19456 | Author: 张晓斌 | Hits:

[OtherDS_DWA

Description: data weight averaging, use random code to minimize DAC noise in SDADC-we can use this toolbox(include simulink and matlab files) to study how the DEM function work
Platform: | Size: 227328 | Author: Jack | Hits:

[3G developJDCHE_and_JDPP_for_TD_SCDMA

Description: TD-SCDMA系统联合检测中的信道估计、信道估计后处理、信道估计串行干扰消除后处理算法的源代码。其中,信道估计采用频域快速FFT法以减少运算量;后处理采用激活窗检测法,只保留激活用户的多径信息,其余置0,以达到降低干扰及噪声的目的;串行干扰消除可以消除多小区信道估计的干扰,以得到本小区的纯净信道估计结果。-TD-SCDMA system, joint detection of channel estimation, channel estimation and post-processing, channel estimation and post-processing the serial interference cancellation algorithm source code. Among them, frequency-domain channel estimation using fast FFT method to reduce computational complexity post-processing detection method used to activate windows, leaving only the active user' s multi-path information, the remaining set 0, in order to achieve the purpose of reducing interference and noise serial interference cancellation can be Multi-cell channel estimation to eliminate the interference in order to get the purity of the cell channel estimation result.
Platform: | Size: 5120 | Author: | Hits:

[Otherloop-gainKalmanfiltersourcecodepackage

Description: 自己编写的一个循环增益卡尔曼滤波程序包,用于对机动目标进行检测和跟踪的滤波算法,给出目标数学模型和噪声模型,仿真后给出平均观测误差。程序里相应位置有标有注释。供做雷达机动目标检测和跟踪方面研究的人员参考。-I have written a loop-gain Kalman filter package, used for maneuvering target detection and tracking of the filter algorithm, given objective mathematical model and noise model of simulation, the average observation error is given. Procedures in place are marked with the corresponding notes. Do radar for maneuvering target detection and tracking studies for reference.
Platform: | Size: 12288 | Author: 王宗鑫 | Hits:

[Special Effectschap3

Description: 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理-Code Description P0301: digital image data display matrix and Fourier transform P0302: Two-dimensional discrete cosine transform image compression P0303: gray-scale transformation method using the contrast enhanced image P0304: Histogram of homogenization P0305: simulated images by Gaussian white noise and salt and pepper noise of P0306: two-dimensional median filter function medfilt2 on the image noise by filtering salt and pepper P0307: using MATLAB in the function filter2 noise on the image by mean filter P0308: Image Adaptive Weiner Filter P0309: the use of 5 different gradient enhanced image sharpening method P0310: the image of the high-pass filter and mask treatment P0311: Using Butterworth (Butterworth) low pass filter the image noise by smoothing P0312: Using Butterworth (Butterworth) high pass filter sharpening the image
Platform: | Size: 11264 | Author: 王兆云 | Hits:
« 1 2 3 4 56 7 8 9 10 11 12 »

CodeBus www.codebus.net